home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_edt / codemgr / readme.txt < prev   
Encoding:
Text File  |  1995-04-27  |  5.4 KB  |  111 lines

  1.  
  2.  
  3.                        V B    C O D E    M A N A G E R
  4.  
  5.  
  6.                                       by
  7.                                 Gordon Burnham
  8.                              631 Iroquois Avenue
  9.                           Louisville, KY 40214-1226
  10.                                      USA
  11.                              Tel (502) 366-7833
  12.  
  13.  
  14.        VB CODE MANAGER - Copyright ⌐ Gordon Burnham 1994.  All rights
  15.        reserved.  CODE MANAGER is a proprietary computer software
  16.        product provided by its copyright holder, Gordon Burnham (631
  17.        Iroquois Avenue, Louisville, KY); both the software and its
  18.        documentation are copyrighted, and you may not copy or use either
  19.        except as expressly provided in writing by Gordon Burnham.
  20.  
  21.        VB CODE MANAGER for Visual Basic, Version 1.7, is offered on a
  22.        shareware (try before you buy) basis.  If you find this program
  23.        useful and/or use it after a 30-day trial period, you are
  24.        expected to register it with the author.  Registration is $15
  25.  
  26.        VB CODE MANAGER is written in Visual Basic and therefore requires
  27.        the 'VBRUN300.DLL' which comes with Visual Basic.  If you have an
  28.        older version, you can get this one from the MSBASIC forum on
  29.        Compuserve.  You will also need the THREED.VBX and CMDIALOG.VBX.
  30.        THREED.VBX ships with the Professional version of Visual Basic
  31.        and is also available from the MSBASIC forum on Compuserve.
  32.  
  33.        NOTE:  VERY IMPORTANT!!!  Visual Basic forms, modules and 'MAK'
  34.        files MUST be saved as text.  VB CODE MANAGER will appear as
  35.        though it isn't working if the files are saved as 'binary'.
  36.  
  37.        FILES
  38.  
  39.        The following files should be included:
  40.  
  41.                  CODEMGR.EXE     Program executable file
  42.                  PPORIENT.DLL    Printer DLL
  43.                  README.TXT      This file
  44.  
  45.        What is VB CODE MANAGER?
  46.  
  47.        VB CODE MANAGER is a utility that makes it easy to copy or print
  48.        code for the Subs and Functions in your project.  You can load
  49.        all the forms and modules ('*.FRM's and '*.BAS's) in an entire
  50.        project or load an individual form or module.  Selecting a form
  51.        or module from the 'Project' window or loading a form or module
  52.        will display a list of all Subs and Functions in the form or
  53.        module in the 'Sub/Function' window.
  54.  
  55.        Clicking the 'Print Sub/Function' command button will print a
  56.        listing of all Subs and Functions shown in the 'Sub/Function'
  57.        window.
  58.  
  59.        Clicking a Sub or Function in the 'Sub/Function' window will
  60.        display the code for the selected Sub or Function in the 'Code'
  61.        window.  The status area near the bottom displays the number of
  62.        lines of code in the Sub or Function along with the number of
  63.        characters.
  64.  
  65.        You can print the code for the Sub or Function that is displayed
  66.        in the 'Code' window or you can copy it to the clipboard so that
  67.        it can be pasted into a form or module in the project on which
  68.        you are working.  You can also select some of the code in the
  69.        'Code' window and copy it to the clipboard by using the <Ctrl
  70.        Insert> or <Ctrl C> key combinations.  The clipboard code can
  71.        then be pasted into a form or module using the VB menus or key
  72.        combinations <Shift Insert> or <Ctrl V>.
  73.  
  74.        The important thing to remember about copying to the clipboard
  75.        is that using the 'Copy' command button copies the entire Sub
  76.        or Function.  Also, to copy only a portion of the code from the
  77.        'Code' window, you can't use VB's menus.
  78.  
  79.        Selecting either the 'Project' or 'Module' radio button at the
  80.        top of the screen and then clicking the 'Load' command button
  81.        will open a File Selection dialog box so you can navigate thru
  82.        your drives and directories to locate the project file, form or
  83.        module with which you wish to work.
  84.  
  85.        Choosing the 'Print Sub/Function' command button will bring up
  86.        the printer dialog box.  You should make sure that 'Portrait'
  87.        is selected because this is the mode for which VB CODE MANAGER
  88.        will format what it prints.  When the 'Print' command button
  89.        below the code window is selected, VB CODE MANAGER prints the
  90.        ENTIRE code that is in the 'Code' window.  There is no way to
  91.        specify which pages or section of code to print.
  92.  
  93.        VB CODE MANAGER prints out the name of the module at the top
  94.        of the first page and then indicates the Sub or Function which
  95.        will appear at the top of each page.  The system date and time is
  96.        printed at the top of the first page.  Page numbers are printed at
  97.        the bottom center.
  98.  
  99.        Planned enhancements include being able to work with global
  100.        constants, variables, declarations, type structures, etc.
  101.  
  102.        For me personally, this is the most useful utility I have ever
  103.        used.  I kept wishing I could find something, but never did.
  104.        One day I decided that if I was ever going to have it, I guess
  105.        I would have to write it, so I did.
  106.  
  107.        I've enjoyed writing it and I hope you find it as useful as I do.
  108.  
  109.        ===============================================================
  110.                          END OF README.TXT
  111.        ===============================================================